.header-bd
{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 99px;
}

#nav_box
{
    display: flex;
    justify-content: space-between;
}
.head-tel
{
    font-size: 12px;
    color: #000000;
    padding-left: 67px;
    min-height: 51px;
    background: url("../image/head-tit.png") no-repeat left center;
}
.head-tel p
{
    font-size: 24px;
    font-weight: bold;
    color:#0054a7;
    line-height: 25px;
}

.search-region{
    height: 74px;
    background: #0054a7;
}
.search-region .w{
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #fff;
}
.search-region .search-form{
    width: 355px;
    height: 32px;
    background: #fff;
    line-height: 0;
  margin-bottom: 0;
}
.search-form .search-key{
    width: 85%;
    border: none;
    line-height: 32px;
    outline: none;
    background: none;
    padding: 0 10px;
    color: #999;
}
.search-form .search-button{
    width: 15%;
    height: 32px;
    border: none;
    cursor: pointer;
    background: url(../image/sbtn.png) no-repeat center;
    outline: none;
}

/* ------------- */
.box-tit
{
    text-align: center;
}
.box-tit h3
{
    font-size: 36px;
    color: #333333;
    line-height: 36px;
}
.box-tit h3 span
{
    color: #0054a7;
}
.box-tit p
{
    font-size: 16px;
    color: #333333;
    text-align: center;
    width: 880px;
    margin: 14px auto 0;
    line-height: 28px;
}
.box-img
{
    width: 100%;
    overflow: hidden;
}
.box-img img
{
    display: block;
    transform: scale(1);
    transition: 0.5s;
}
li:hover .box-img img
{
    transform: scale(1.2);
}
/* adv */
.adv
{
    padding: 70px 0;
}
.adv-box
{
    display: flex;
    justify-content: space-between;
    margin-top: 45px;
}
.adv-box li
{
    padding: 32px 20px;
    background: #f5f5f5;

}
.adv-box li h3
{
    font-size: 36px;
    color: #333333;
    line-height: 36px;
}
.adv-box li h3 p
{
    font-size: 14px;
    color: #333333;
    font-weight: normal;
    line-height: 14px;
    padding: 15px 0 25px;
}


/* product */
.product
{
    background-color: #f5f5f5;
    padding: 77px 0 53px;
}
.pro-tit p
{
    line-height: 16px;
    margin: 27px auto 0;
    width: 100%;
    background: url("../image/box-tit.png") no-repeat center;
}
.pro-nav
{
    display: flex;
    justify-content: space-between;
    margin:37px 0 20px;
}
.pro-nav li
{
    flex: 1 auto;
}
.pro-nav a
{
    display: inline-block;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 16px;
    color: #000000;
    background: url("../image/pro-nav.jpg") no-repeat right center #ffffff;
}
.pro-nav li:first-child a,
.pro-nav a:hover
{
    background: #0054a7;
    color: #fff;
}

.pro-bd li
{
    width: 290px;
    float: left;
    margin: 0 13px 23px 0;
}
.pro-bd li:nth-child(4n)
{
    margin-right: 0;
}
.pro-img
{
    height: 320px;
}
.pro-bd li p
{
    height: 46px;
    line-height: 46px;
    color: #333333;
    font-size: 16px;
    background-color: #ffffff;
    text-align:center;
}

a.pro-more
{
    display: block;
    width: 152px;
    height: 39px;
    border: 1px solid #bfbfbf;
    line-height: 39px;
    text-align: center;
    color: #333333;
    font-size: 14px;
    margin: 0 auto;
}

.quality
{
    background-color: #0054a7;
    padding: 70px 0 185px;
    box-sizing: border-box;
    position: relative;
}

.quality-tit,
.quality-tit h3
{
    color: #ffffff;
}
.quality-tit p
{
    color: #fff;
    background-image: url("../image/quality-tit.png");
}

.qua-box
{
    margin-top: 60px;
}
.qua-left
{
    width: 555px;
    float: left;
    margin-right: 54px;
    margin-top: 220px;
}
.qua-left h3
{
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
}
.qua-left h3 p
{
    font-size: 40px;
    color: #ffffff;
    line-height: 40px;
    margin-top: 14px;
    padding-bottom: 19px;
    font-weight: bold;
    background: url("../image/qua-l.png") no-repeat left bottom;
}

.qua-left-text p
{
    font-size: 14px;
    color: #ffffff;
    line-height: 28px;
    margin-top:42px;
}

.qua-img
{
    position: absolute;
    width: 50%;
    display: flow-root;
    right: 0;
    top: 210px;
    max-height: 670px;
}
.qua-img img
{
    width:100%;
    display: block;
    height: 100%;
} 
.qua-hd
{
    width: 550px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 210px;
}
.qua-hd-bd
{
    width: 110px;
    height: 180px;
    border: 1px solid #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    flex-direction: column;
}
.qua-hd-bd::after{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    bottom: -385px;
    left: 0;
}
.qua-hd-bd:nth-of-type(2)::after{
    left: 40px;
}
.qua-hd-bd:nth-of-type(3)::after{
    left: 80px;
}
.qua-hd-bd:nth-of-type(4)::after{
    left: 120px;
}
.qua-hd-bd.on::after{
    background: #2d86de;
}
.qua-hd-bd p
{
    font-size: 48px;
    color: #ffffff;
    line-height: 48px;
    font-weight: bold;
}
.qua-hd-bd h3
{
    color: #ffffff;
    font-size: 30px;
    width: 60px;
    line-height: 35px;
    margin-top: 10px;
}
.qua-hd li.on
{
    background-color: #fff;
}
.qua-hd li.on h3,
.qua-hd li.on p
{
    color: #0054a7;
}

.chooce .box-tit
{
    padding: 80px 0 40px;
}
.cho-box
{
    background:  #f5f5f5;
}
.cho-box .w
{
    padding: 85px 0 66px;
    background: url("../image/cho-L.png") no-repeat left center;
}
.cho-bd
{
    width: 777px;
    float: right;
}
.cho-bd li:nth-child(1) h3
{
    border-radius: 15px 0 0 0;
}
.cho-bd li:nth-child(4) h3
{
    border-radius: 0 0 0 15px;
}.cho-bd li:nth-child(n+2)
{
    margin-top: 20px;
}

.cho-bd h3
{
    display: flex;
    align-items: center;
    width: 245px;
    height: 90px;
    background: #0054a7;
    float: left;
    padding-left: 33px;
}
.cho-bd h3 span
{
    font-size: 22px;
    color: #ffffff;
    position: absolute;
    left: 45%;
}

.cho-bd-text
{
    display: flow-root;
    background: #fff;
    height: 90px;
    padding: 17px 30px;
}
.cho-bd-text p
{
    font-size: 14px;
    line-height: 30px;
    color: #000000;
}
.cho-bd-text p i
{
    display: inline-block;
    width: 9px;
    height: 9px;
    margin-right: 20px;
    background-color: #0054a7;
    border-radius: 50%;
}

/* about */
.about
{
    height: 657px;
    background: url("../image/about-bg.png") no-repeat bottom center;
}
.about .box-tit
{
    padding: 70px 0 50px;
}
.ab-text
{
    font-size: 14px;
    color: #333333;
    line-height:37px;
    height: 100px;
    overflow: hidden;    
    text-align: center;
}

/* service */
.service
{
    background: url("../image/service-bg.jpg") no-repeat bottom center;
}
.service .box-tit
{
    padding: 45px 0 50px;
}
.ser-box
{
    display: flex;
    justify-content: space-around;
}
.ser-box li
{
    text-align: center;
    padding-bottom: 56px;
    cursor: pointer;
}
.ser-img
{
    width: 232px;
    height: 232px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    overflow: hidden;
}
.ser-img img {
    transition: 0.5s;
    transform: rotate(0) scale(1);
}
.ser-box li:hover .ser-img img
{
    transform: rotate(15deg) scale(1.2);    
}
.ser-box li h3
{
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    padding: 29px 0 15px;
    font-style: italic;
}
.ser-box li h3 span
{
    font-size: 30px;
    line-height: 30px;
}
.ser-box li p
{
    font-size: 20px;
    color: #ffffff;
}
.message
{
    float: right;
    width: 720px;
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.input-group
{
    overflow: hidden;
}
.input-group input,
.input-group textarea

{
    display: inline-block;
    height: 37px;
    width: 32%;
    outline: none;
    border: 1px solid #e0e0e0;
    resize: none;
    margin: 0;
    padding: 0;
    color: #000000;
    text-indent: 26px;
    font-size: 12px;
    margin-left: 1.3%;
    margin-bottom: 1.3%;
}

.input-group #content{
    width: 65.2%;
}

.message .submit
{
    outline: none;
    width: 50%;
    height: 37px;
    border: none;
    outline: none;
    background-color: #0054a7;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    padding: 0;
    display: block;
    cursor: pointer;
    float: left;
    width: 32%;
    margin-left: 1.3%;
}
.message .reset{
    background: #ffae00;
    width: 32%;
    font-size: 12px;
    margin-left: 1.3%;
    height: 37px;
    border: none;
    outline: none;
    color: #fff;
    cursor: pointer;
}


.boxtel 
{
    padding-bottom: 75px;
}
.boxtel-text
{
    margin-top: 65px;
}
.boxtel-text h3
{
    font-size: 47px;
    color: #0054a7;
    line-height: 47px;
}
.boxtel-text h6
{
    font-size: 35px;
    color: #353535;
    font-weight: bold;
    line-height: 35px;
    margin-top: 14px;
}
.boxtel-text p
{
    font-size: 18px;
    color: #353535;
    line-height: 28px;
    margin-top:20px;
    max-width: 390px;
}



/* news */
.news
{
    padding: 70px 0 60px;
    background-color: #f4f4f4;
}
.news .box-tit
{
    padding-bottom:65px;
}
.news-l
{
    float: left;
    width: 510px;
    padding: 30px 19px 0;
    background-color: #fff;
    padding-bottom: 45px;
}

.news-l .news-text h3
{
    margin: 30px 0 10px;
}

.news-text h3
{
    font-size: 16px;
    color: #000;
    font-weight: normal;
    /* line-height: 27px; */
}
.news-text span,
.news-text p
{
    font-size: 12px;
    color: #000;
}

.news-text p
{
    line-height: 28px;
    color: #888;
    height: 50px;
    overflow: hidden;
}

.news-l .news-text span
{
    display:block;
    margin:8px 0;
}

.news-r
{
    float: right;
    width: 640px;
    padding: 30px 0 0 0;
    background-color: #fff;
    padding-bottom: 43px;
}

.news-r-bd li
{
    height: 90px;
    margin-top: 33px;
}

.news-r-hd
{
    height: 53px;
    line-height: 45px;
    background: url("../image/news-r-hd.jpg") no-repeat left top;
    padding-left: 13px;
    position: relative;
    left: -13px;
}
.news-r-hd a
{
    display: inline-block;
    width: 156px;
    height: 45px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    background-color: #0054a7;
}
.news-r-hd a:nth-child(1)
{
    background-color: #ffae00;
}
.news-r-hd a:hover
{
    background-color:#ffae00;
}
.news-num
{
    height: 100%;
    width: 130px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    float: left;
}
.news-num p
{
    font-size: 35px;
    color: #000;
    line-height: 35px;
    font-weight: bold;
}
.news-num span
{
    font-size: 12px;
    color: #000;
}

.news-r-bd .news-text
{
    width: 510px;
    float: right;
    display: inline-block;
    padding-right: 47px;
}
.news-r-bd h3
{
    padding-bottom: 10px;
}
.case .box-tit
{
    padding: 60px 0 40px;
}
.case-box li
{
    float: left;
    margin-right: 20px;
    width: 285px;
}
.case-box li:last-child
{
    margin-right: 0;
}
.case-box li p
{
    font-size: 12px;
    color: #000000;
    text-align: center;
    line-height: 12px;
    margin-top: 17px;
}


/* statin */
.statin
{
    height: 35px;
    line-height: 35px;
    font-size:14px;
    color: #000;
    margin-top: 60px;
}
.statin .w
{
    background:url("../image/statin.png") no-repeat left;
    padding-left: 35px;
}
.statin a
{
    margin-left: 30px;
    color: #000;
}

/* footer */
.footer
{
    background-color: #0054a7;
    padding-bottom: 20px;
}


.foot-box
{
    padding-top: 46px;
    display: flex;
    justify-content: space-between;
}
.foot-l
{
    width: 290px;
}
.foot-l-hd
{
    font-size: 24px;
    color: #ffffff;
    line-height: 24px;
    border-bottom: 1px solid #6b897f;
}
.foot-l-hd p
{
    font-size: 14px;
    color: #ffffff;
    line-height: 14px;
    margin: 22px 0 18px;
}
.foot-tel span
{
    display: block;
    font-size: 36px;
    color: #ffffff;
    line-height: 36px;
    padding: 35px 0 49px;
    font-weight: bold;
}
.foot-tel h3
{
    font-size: 24px;
    color: #ffffff;
    font-weight: normal;
    line-height: 24px;
    border-bottom: 1px solid #6b897f;
}
.foot-tel h3 p
{
    font-size: 14px;
    line-height: 47px;
}
.foot-l-btn
{
    display: block;
    width: 99px;
    height: 33px;
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    line-height: 33px;
    border: 1px solid #ffffff;
    margin-top: 25px;
}
.foot-cen
{
    width:465px;
    display: flex;
    justify-content: space-around;
}

.foot-code
{
    float: right;
    width: 124px;
    text-align: center;
}
.foot-code p
{
    font-size: 14px;
    color: #ffffff;
    line-height: 50px;
}

.foot-ft
{
    text-align: center;
    font-size: 14px;
    color: #ffffff;
    padding: 19px 0;
    background-color: #0054a7;
    border-top: 1px solid #6791b9;
}
.foot-ft a
{
    font-size: 14px;
    color: #ffffff;
}

.link
{
    color: #fff;
    line-height: 35px;
    font-size: 14px;
    margin-top: 15px;
}
.link a
{
    color: #fff;
    margin-left: 15px;
}
.foot-nav h3
{
    font-size: 24px;
    font-weight: normal;
    color: #ffffff;
    margin-bottom: 25px;
}
.foot-nav li
{
    height: 34px;
}
.foot-nav a
{
    font-size: 14px;
    color: #ffffff;
}


.fix-contact {
  position: fixed;
    left: 0;
  bottom: 10%;
    z-index: 999;
}
.fix-contact li {
  width: 68px;
  height: 68px;
  border-bottom: 1px solid #4d94c9;
  background: #0065b2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 12px;
  position: relative;
}
.fix-contact li p {
  margin-top: 2px;
}
.fix-contact li .hov {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: all 0.3s;
  transform: translateX(-100%);
}
.fix-contact li .hov img {
    margin-left: 68px;
}
.fix-contact li .hov .fix-tel {
  height: 68px;
  padding: 0 25px;
  background: #cdff34;
  font-size: 33px;
  color: #001553;
  white-space: nowrap;
  line-height: 68px;
}
.fix-contact li:first-of-type {
  border-radius: 10px 10px 0 0;
}
.fix-contact li:last-of-type {
  border-radius: 0 0 10px 10px;
}
.fix-contact li:hover .hov {
  transform: translateX(0);
}
